


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}

.nav-logo{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 12;
}
.logo-image {
  position: fixed;
 width: 300px;
 height: 100px; 
}

@media screen and (max-width: 600px) {
  .logo-image {
    width: 200px;
    height: 70px;
   }
}

@media screen and (max-width: 500px) {
  .logo-image {
    width: 180px;
    height: 60px;
   }
}

@media screen and (max-width: 400px) {
  .logo-image{
    width: 160px;
    height: 55px;
   }
}

@media screen and (max-width: 300px) {
  .logo-image {
  width: 150px;
    height: 50px;
   }
}

.vid {
  position: relative;
  display: flex;
  margin-top: 200px;
}
video {
  display: block;
  width: 70%;
  height: 50%;
  margin: 0 auto;
  object-fit: cover;
  border: 5px solid #01113f;
  border-radius: 20px;
}



.haryana-state-grid-title {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 50px;
    font-size: 20px;
    text-transform: uppercase;
    
  }
  
  @media screen and (max-width: 1100px) {
    .haryana-state-grid-title {
    font-size: 15px;
     }
  }
  
  @media screen and (max-width: 1000px) {
    .haryana-state-grid-title {
    font-size: 14px;
     }
  }
  
  @media screen and (max-width: 900px) {
    .haryana-state-grid-title {
    font-size: 13px;
     }
  }
  
  @media screen and (max-width: 800px) {
    .haryana-state-grid-title {
    font-size: 12px;
     }
  }
  
  @media screen and (max-width: 600px) {
    .haryana-state-grid-title {
    font-size: 10px;
     }
  }
  
  
  
  
 

  
  .haryana-state-grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 25px;
    padding: 10px;
    margin-bottom: 100px;
}

.haryana-state-grid-container > div {
  text-align: center;
  padding: 10px 5px;
  border-radius: 8px;
  cursor: pointer;
}




.haryana-state-grid-container a {
  position: relative;
  display: flex;
  width: 100%;
  height: 45px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  background: rgb(8, 0, 169);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  text-decoration: none;
}

.haryana-state-grid-container a:hover {
  background-image: linear-gradient(to right, rgb(0, 255, 42), rgb(37, 250, 0) 16.65%, 
  rgb(204, 0, 255) 16.65%, rgb(204, 0, 255) 33.3%, rgb(0, 51, 255) 33.3%, 
  rgb(0, 51, 255) 49.95%, rgb(255, 0, 0) 49.95%, rgb(255, 0, 0) 66.6%, 
  rgb(255, 166, 0) 66.6%, rgb(250, 205, 5) 83.25%, rgb(0, 251, 255) 83.25%, 
  rgb(20, 237, 253) 100%, rgb(0, 255, 221) 100%);
}







@media only screen and (max-width: 1000px) {
  .haryana-state-grid-container div a {
    font-size: 15px;
    font-weight: 100;
    padding-left: 2px;
    padding-right: 2px;
  }
}


@media only screen and (max-width: 900px) {
  .haryana-state-grid-container div a {
    font-size: 14px;
    font-weight: 100;
    padding-left: 2px;
    padding-right: 2px;
  }
}
  

  
@media only screen and (max-width: 800px) {
  .haryana-state-grid-container div a {
    font-size: 13px;
    font-weight: 100;
    padding-left: 2px;
    padding-right: 2px;
  }
}

  
  @media only screen and (max-width: 700px) {
    .haryana-state-grid-container div a {
      font-size: 12px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .haryana-state-grid-container div a {
      font-size: 11px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .haryana-state-grid-container div a {
      font-size: 10px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .haryana-state-grid-container div a {
      font-size: 9px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  
  @media only screen and (max-width: 300px) {
    .haryana-state-grid-container div a {
      font-size: 8px;
      font-weight: 100;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  


.slide-boxes {
  position: relative;
  display: flex;
  width: 100%;
  height: 600px;
  align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #ffffff00;
  margin-top: 80px;
  margin-bottom: 2px;
  overflow-x: hidden;
  overflow-y: hidden;
}

#slideshow {
  margin: 0 auto;
  padding-top: 30px;
  height: 590px;
  width: 100%;
  background-color: #ffffff00;
  box-sizing: border-box;
}


.sub-heading {
  padding-top: 50px;
  font-size: 18px;
}

.sub-heading-two {
  font-size: 15px;
}

.sub-heading-three {
  font-size: 13px;
}

.sub-heading-four {
  font-size: 11px;
}

.sub-heading-five {
  font-size: 9px;
}

.sub-heading-six {
  font-size: 7px;
}

.sub-heading-seven {
  font-size: 5px;
}

.sub-heading-eight {
  font-size: 3px;
}

.sub-heading-nine {
  font-size: 1px;
}

.entire-content {
  margin: auto;
  width: 200px;
  perspective: 1000px;
  position: relative;
  padding-top: 80px;
}

.content-carrousel {
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 15s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.content-carrousel figure {
  width: 100%;
  height: 250px;
  border: 2px solid #1e00ff;
  overflow: hidden;
  position: absolute;
}

.content-carrousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(300px);
}

.content-carrousel figure:nth-child(10) {
  transform: rotateY(360deg) translateZ(300px);
}

.shadow {
  position: absolute;
  box-shadow: 0px 0px 20px 0px #000;
  border-radius: 1px;
}

.content-carrousel img {
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;
}

.content-carrousel img:hover {
  transform: scale(1.05);
  transition: all 300ms;
}

@keyframes rotar {
  from {
      transform: rotateY(0deg);
  }

  to {
      transform: rotateY(360deg);
  }
}


.automatic-line-gallery-title {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 150px;
    font-size: 25px;
    text-transform: capitalize;
    width: 100%;
    height: auto;
    padding: 3px;
    background-color: rgb(3, 14, 100);
    color: #FCFCFC;
  }
  
  @media screen and (max-width: 1100px) {
    .automatic-line-gallery-title {
    font-size: 15px;
     }
  }
  
  @media screen and (max-width: 1000px) {
    .automatic-line-gallery-title {
    font-size: 14px;
     }
  }
  
  @media screen and (max-width: 900px) {
    .automatic-line-gallery-title {
    font-size: 13px;
     }
  }
  
  @media screen and (max-width: 800px) {
    .automatic-line-gallery-title {
    font-size: 12px;
     }
  }
  
  @media screen and (max-width: 600px) {
    .automatic-line-gallery-title {
    font-size: 10px;
     }
  }

.slide-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  width: 100%;
  height: 500px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  perspective: clamp(400px, 100%, 500px);
  background-color: rgb(255, 255, 255);
}

.slide-box::before {
  top: 0;
}

.slide-box::after {
  bottom: 0;
}

.gallery {
  display: flex;
  gap: 1vw;
  max-width: 100%;
  min-width: 280px;
  height: 500px;
}

.gallery_line {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  height: fit-content;
  animation: slide 30s linear infinite;
}

.gallery_line:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.gallery_line:nth-child(2) {
  animation-direction: reverse;
}

.gallery_line img {
  flex: 1 1 auto;
  width: 100%;
  object-fit: cover;
}

.gallery_line img:hover {
  transform: scale(1.05);
  transition: all 300ms;
}

@keyframes slide {
  from {
      transform: translatey(0);
  }

  100% {
      transform: translatey(-50%);
  }
}
 